12 lines
291 B
Plaintext
12 lines
291 B
Plaintext
# %TEST-EXEC: btest -v t1 t2 >output 2>&1
|
|
# %TEST-EXEC: btest-diff output
|
|
|
|
%TEST-START-FILE t1
|
|
@TEST-EXEC: echo "Hello, World!"
|
|
%TEST-END-FILE
|
|
|
|
%TEST-START-FILE t2
|
|
@TEST-EXEC: echo "This is the contents of the .verbose file" > ${TEST_VERBOSE}
|
|
@TEST-EXEC: echo "Hello, World!"
|
|
%TEST-END-FILE
|