parallel/testsuite/tests-to-run/test03.sh

14 lines
211 B
Bash
Raw Normal View History

2007-09-10 20:28:03 +00:00
#!/bin/bash
PAR=parallel
2007-09-10 20:28:03 +00:00
rm -rf tmp 2>/dev/null
cp -a input-files/testdir2 tmp
cd tmp
# tests if -c (cat | sh) works
perl -e 'for(1..25) {print "echo a $_; echo b $_\n"}' | $PAR 2>&1 | sort
2007-09-10 20:28:03 +00:00
cd ..
rm -rf tmp