mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-16 13:26:11 +00:00
fix test
This commit is contained in:
1
tests-ng/update.sh
vendored
1
tests-ng/update.sh
vendored
@@ -58,7 +58,6 @@ echo 'first' > "${tmpd}"/dir1/sub/sub2/different
|
|||||||
# for dir2 (modified original for update)
|
# for dir2 (modified original for update)
|
||||||
mkdir "${tmpd}"/dir2
|
mkdir "${tmpd}"/dir2
|
||||||
touch "${tmpd}"/dir2/file_only_in_dir2
|
touch "${tmpd}"/dir2/file_only_in_dir2
|
||||||
mkdir -p "${tmpd}"/dir2/dir_only_in_dir2
|
|
||||||
mkdir -p "${tmpd}"/dir2/common_dir
|
mkdir -p "${tmpd}"/dir2/common_dir
|
||||||
echo 'this file is the same' > "${tmpd}"/dir2/common_file
|
echo 'this file is the same' > "${tmpd}"/dir2/common_file
|
||||||
echo 'in dir2' > "${tmpd}"/dir2/not_the_same
|
echo 'in dir2' > "${tmpd}"/dir2/not_the_same
|
||||||
|
|||||||
Reference in New Issue
Block a user