glibc/tests/Regression/setvbuf-to-full-not-working/try.exp
Sergey Kolosov ab4bc8a24e Extend the test coverage
Move some of the RHEL QE testcases upstream to Fedora.
2022-05-31 09:29:27 +02:00

8 lines
106 B
Plaintext
Executable File

#!/usr/bin/expect
set timeout -1
spawn ./testcase
expect "stdout" { expect "stderr" { exit 0 } }
exit 1