summaryrefslogtreecommitdiff
path: root/t/parallel-tests-fork-bomb.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/parallel-tests-fork-bomb.sh')
-rwxr-xr-xt/parallel-tests-fork-bomb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/parallel-tests-fork-bomb.sh b/t/parallel-tests-fork-bomb.sh
index 2e6bfac19..493e6713c 100755
--- a/t/parallel-tests-fork-bomb.sh
+++ b/t/parallel-tests-fork-bomb.sh
@@ -104,7 +104,7 @@ do_check ()
cat output
$FGREP '::OOPS::' output && exit 1 # Possible infinite recursion.
# Check that at least we don't create a botched global log file.
- test ! -f "$log"
+ test ! -e "$log"
if using_gmake; then
grep "[Cc]ircular.*dependency" output | $FGREP "$log"
test $st -gt 0