parallel/unittest/tests-to-run/test24.sh

5 lines
134 B
Bash
Raw Normal View History

#!/bin/bash
echo '### 64-bit wierdness - this did not complete on a 64-bit machine'
seq 1 2 | parallel -j1 'seq 1 1 | parallel true'