From a48d4fd7fb485afec90983606edf7a84f614c99c Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Thu, 1 May 2025 21:28:51 +0200 Subject: [PATCH] test: post-merge align of main-push test --- test/main-push.t | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/main-push.t b/test/main-push.t index 8254a5e..6c418e8 100755 --- a/test/main-push.t +++ b/test/main-push.t @@ -1,7 +1,8 @@ +#!/bin/bash + CAPABILITY_PUSH=t -test -n "$TEST_DIRECTORY" || TEST_DIRECTORY=$(dirname $0)/ -. "$TEST_DIRECTORY"/main.t +. ./main.t # .. and some push mode only specific tests