Skip to content

Commit

Permalink
tests: added test case for issue #7
Browse files Browse the repository at this point in the history
  • Loading branch information
mbideau committed Jan 21, 2023
1 parent 9bca663 commit 640f472
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,11 @@ mv dir/hardlink dir/hardlink.rn
mv dir/symlink dir/symlink.rn
mv dir/fifo dir/fifo.rn
echo todel > dir/file_to_del
rm -rf dir
mkdir -p dir/subdir/leafdir
echo yep > dir/subdir/yep
echo leaf > dir/subdir/leafdir/leaf
mv dir topdir
rm -rf topdir
END
) | while read -r command; do
(cd "$DATA_DIR"; sh -c "$command")
Expand Down

0 comments on commit 640f472

Please sign in to comment.