From f14df13749294a33854f5a54e592286f12d6fea6 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Wed, 9 Aug 2023 21:41:35 +0200 Subject: [PATCH] fix test --- tests-ng/update.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tests-ng/update.sh b/tests-ng/update.sh index 1915109..663ab63 100755 --- a/tests-ng/update.sh +++ b/tests-ng/update.sh @@ -58,7 +58,6 @@ echo 'first' > "${tmpd}"/dir1/sub/sub2/different # for dir2 (modified original for update) mkdir "${tmpd}"/dir2 touch "${tmpd}"/dir2/file_only_in_dir2 -mkdir -p "${tmpd}"/dir2/dir_only_in_dir2 mkdir -p "${tmpd}"/dir2/common_dir echo 'this file is the same' > "${tmpd}"/dir2/common_file echo 'in dir2' > "${tmpd}"/dir2/not_the_same