mirror of
https://git.savannah.gnu.org/git/parallel.git
synced 2024-11-22 14:07:55 +00:00
28 lines
398 B
Plaintext
28 lines
398 B
Plaintext
### test global config - must run alone so the global config does not confuse others
|
|
### test --tollef in global config
|
|
parallel: Error: --tollef has been retired.
|
|
parallel: Error: Remove --tollef or use --gnu to override --tollef.
|
|
1
|
|
2
|
|
3
|
|
--
|
|
a
|
|
b
|
|
c
|
|
### test --gnu in global config
|
|
1
|
|
2
|
|
3
|
|
--
|
|
a
|
|
b
|
|
c
|
|
1
|
|
2
|
|
3
|
|
--
|
|
a
|
|
b
|
|
c
|
|
<<< End test global config - must run alone so the global config does not confuse others
|