]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
CI: fix test file cleanup
authorRalph Boehme <slow@samba.org>
Thu, 25 Jan 2024 15:26:42 +0000 (16:26 +0100)
committerStefan Metzmacher <metze@samba.org>
Fri, 26 Jul 2024 10:06:31 +0000 (10:06 +0000)
Test files are stored beneath "$SHAREPATH/dir1", not "$SHAREPATH/dir_1".

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/script/tests/test_veto_files.sh

index 201883ee3304b8b07488ef2b1a5ac92d6e2f1d6d..ee8e1ff247fac043f42743cc31db51b5497689cf 100755 (executable)
@@ -44,7 +44,7 @@ do_cleanup()
 {
        (
                #subshell.
-               rm -rf "$SHAREPATH/dir_1"
+               rm -rf "$SHAREPATH/dir1"
                rm -rf "$SHAREPATH/veto_name_dir"
                rm -rf "$SHAREPATH/veto_name_dir\"mangle"
                rm -f "$SHAREPATH/veto_name_file"