summaryrefslogtreecommitdiffstats
path: root/test/integration/run-tests
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-13 19:31:39 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-13 19:31:39 +0000
commit29bfd913d23e78dc66a5d5e8bf69cf20731af511 (patch)
tree07939c7d9f45857268847c8fa3660095b8ed5243 /test/integration/run-tests
parentAdding upstream version 2.9.4. (diff)
downloadapt-29bfd913d23e78dc66a5d5e8bf69cf20731af511.tar.xz
apt-29bfd913d23e78dc66a5d5e8bf69cf20731af511.zip
Adding upstream version 2.9.5.upstream/2.9.5
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-xtest/integration/run-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/run-tests b/test/integration/run-tests
index 3100e8e..331adfc 100755
--- a/test/integration/run-tests
+++ b/test/integration/run-tests
@@ -31,7 +31,7 @@ while [ -n "$1" ]; do
elif [ "$1" = '--only' ]; then
TESTLIST="$2"
shift
- elif [ -x "$1" ]; then
+ elif [ -e "$1" ]; then
TESTTORUN="$1"
else
echo >&2 "WARNING: Unknown parameter »$1« will be ignored"