test/bin-test/test-dav-sync-metadata1.sh

changeset 763
fc24d1d1d695
parent 736
40be8db6fe45
child 812
5fe4453fc025
--- a/test/bin-test/test-dav-sync-metadata1.sh	Tue Jun 13 21:58:29 2023 +0200
+++ b/test/bin-test/test-dav-sync-metadata1.sh	Wed Jun 14 22:55:29 2023 +0200
@@ -46,7 +46,7 @@
 	alias stat_="stat -c %Y"
 fi
 
-XATTR=../../build/xattrtool
+XATTR=../../build/bin/xattrtool
 
 # checks if tmp-sync/out.txt contains a specific text
 # arg1: pattern
@@ -205,8 +205,8 @@
 # expected result: xattr synced
 
 # test if xattr are supported
-../../build/xattrtool set tmp-sync/test4a/file1 attr1 testv  2> /dev/null
-ATTR_TEST=`../../build/xattrtool get tmp-sync/test4a/file1 attr1 2> /dev/null`
+$XATTR set tmp-sync/test4a/file1 attr1 testv  2> /dev/null
+ATTR_TEST=`../../build/bin/xattrtool get tmp-sync/test4a/file1 attr1 2> /dev/null`
 if [ $ATTR_TEST != "testv" ]; then
 	echo "xattr unsupported, skip"
 	exit 2

mercurial