X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=t%2Ftest-ls.sh;fp=t%2Ftest-ls.sh;h=0740d1accae87d252ba9613bc55eec9c20098a23;hb=002e80a77acd85254fc6ea0dc08f834d93598d13;hp=15b5ac86046905e5150feca40fed1ba4bac7f621;hpb=88efe14012f3bff2e7a9a248926ddcfc6f39458b;p=bup.git diff --git a/t/test-ls.sh b/t/test-ls.sh index 15b5ac8..0740d1a 100755 --- a/t/test-ls.sh +++ b/t/test-ls.sh @@ -17,20 +17,16 @@ WVPASS bup init WVPASS cd "$tmpdir" WVPASS mkdir src -WVPASS touch -t 196907202018 src/.dotfile -WVPASS bup random 1k > src/file -WVPASS touch -t 196907202018 src/file -(WVPASS cd src; WVPASS ln -s file symlink) || exit $? +WVPASS touch src/.dotfile src/executable WVPASS mkfifo src/fifo -WVPASS touch -t 196907202018 src/fifo WVPASS "$top"/t/mksock src/socket -WVPASS touch -t 196907202018 src/socket -WVPASS touch -t 196907202018 src/executable +WVPASS bup random 1k > src/file WVPASS chmod u+x src/executable -WVPASS touch -t 196907202018 src/executable +WVPASS chmod -R u=rwX,g-rwx,o-rwx . +WVPASS touch -t 196907202018 src/.dotfile src/* +(WVPASS cd src; WVPASS ln -s file symlink) || exit $? WVPASS touch -t 196907202018 src WVPASS touch -t 196907202018 . -WVPASS chmod -R u=rwX,g-rwx,o-rwx . WVPASS bup index src WVPASS bup save -n src src