Skip to content

Commit

Permalink
Merge pull request #2686 from olehermanse/tar_portability_test.sh
Browse files Browse the repository at this point in the history
tar_portability_test.sh failing because of long paths.
  • Loading branch information
jimis committed Sep 14, 2016
2 parents 7f74fbd + 788eee3 commit 337dd25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/unit/tar_portability_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ fi

cd "$(dirname $0)/../.."

tar --format=ustar -cf /dev/null *
tar --exclude="tests/acceptance/workdir" --format=ustar -cf /dev/null *

exit $?

0 comments on commit 337dd25

Please sign in to comment.