mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 17:24:46 +00:00
Fix unit test for negative ignore patterns in compare command
See explanation in commit a73cfc2 for explanation
This commit is contained in:
@@ -88,7 +88,7 @@ create_conf ${cfg} # sets token
|
||||
|
||||
# import
|
||||
echo "[+] import"
|
||||
cd ${ddpath} | ${bin} import -c ${cfg} ${tmpd}/program
|
||||
cd ${ddpath} | ${bin} import -f -c ${cfg} ${tmpd}/program
|
||||
|
||||
# make some changes to generate a diff
|
||||
echo "some other data" > ${tmpd}/program/a
|
||||
|
||||
Reference in New Issue
Block a user