diff options
Diffstat (limited to 'tests/chown')
-rwxr-xr-x | tests/chown/separator | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chown/separator b/tests/chown/separator index fec1b5827..45d5cdc3b 100755 --- a/tests/chown/separator +++ b/tests/chown/separator @@ -30,7 +30,7 @@ test -n "$id_gn" || framework_failure=1 if test $framework_failure = 1; then echo "$0: failure in testing framework" 1>&2 - (exit 1); exit 1 + (exit 77); exit 77 fi fail=0 |