fixup! tests: move test PNGs into t/diff-lib/

This commit is contained in:
Johannes Schindelin
2018-02-16 23:00:50 +01:00
parent dc93b6ae46
commit e1848984d1

View File

@@ -1084,7 +1084,7 @@ test_expect_success 'stash -- <subdir> works with binary files' '
git reset &&
>subdir/untracked &&
>subdir/tracked &&
cp "$TEST_DIRECTORY"/test-binary-1.png subdir/tracked-binary &&
cp "$TEST_DIRECTORY"/diff-lib/test-binary-1.png subdir/tracked-binary &&
git add subdir/tracked* &&
git stash -- subdir/ &&
test_path_is_missing subdir/tracked &&