diff options
Diffstat (limited to 'sysprep/test-virt-sysprep-script.sh')
-rwxr-xr-x | sysprep/test-virt-sysprep-script.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysprep/test-virt-sysprep-script.sh b/sysprep/test-virt-sysprep-script.sh index 09c42aff..98ecb966 100755 --- a/sysprep/test-virt-sysprep-script.sh +++ b/sysprep/test-virt-sysprep-script.sh @@ -22,12 +22,12 @@ set -e if [ -n "$SKIP_TEST_VIRT_SYSPREP_SCRIPT_SH" ]; then echo "$0: test skipped because environment variable is set." - exit 0 + exit 77 fi if [ ! -w /dev/fuse ]; then echo "$0: SKIPPING test, because there is no /dev/fuse." - exit 0 + exit 77 fi # Check that multiple scripts can run. |