Skip to content

Commit

Permalink
fixup! tests: move test PNGs into t/diff-lib/
Browse files Browse the repository at this point in the history
  • Loading branch information
dscho committed Feb 16, 2018
1 parent dc93b6a commit e184898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t3903-stash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit e184898

Please sign in to comment.