diff options
Diffstat (limited to 'tests/install/d-slashdot')
-rwxr-xr-x | tests/install/d-slashdot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/install/d-slashdot b/tests/install/d-slashdot index 057c7bef2..e02e2c6b1 100755 --- a/tests/install/d-slashdot +++ b/tests/install/d-slashdot @@ -31,4 +31,4 @@ test -d d1 || fail=1 ginstall -d d2/.. || fail=1 test -d d2 || fail=1 -(exit $fail); exit $fail +Exit $fail |