# The main point here is: # 1) Generate a "tar tvf" -like listing of files # 2) diff the results against real tar, ignoring whitespace. If there are differences, fail the test # we don't check jython on this one, because jython doesn't do device files #pyvers=pypy cpython-2.5 cpython-2.6 cpython-2.7 cpython-3.0 cpython-3.1 cpython-3.2 go: #set -eu; for pyver in ${pyvers}; do ./test-one "$$pyver"; done ./tests clean: rm -rf save-dir-* rm -f *.tvf* rm -f to-be-saved/im-a-fifo