diff options
Diffstat (limited to 'testprogs/blackbox/test_special_group.sh')
-rwxr-xr-x | testprogs/blackbox/test_special_group.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/testprogs/blackbox/test_special_group.sh b/testprogs/blackbox/test_special_group.sh index 00b5dde5670..e2a6aae16db 100755 --- a/testprogs/blackbox/test_special_group.sh +++ b/testprogs/blackbox/test_special_group.sh @@ -24,6 +24,13 @@ if [ -x "$BINDIR/tdbrestore" ]; then fi samba_undump="$SRCDIR_ABS/source4/selftest/provisions/undump.sh" +if [ ! -x "${samba_undump}" ]; then + subunit_start_test "special group" + subunit_skip_test "special group" <<EOF +Skipping tests - undump.sh is not available in release tarballs +EOF + exit 0 +fi cleanup_output_directories() { |