procps/testsuite/lib.test/fileutils.exp
Craig Small cce0e21e59 tests: Fix paths for testsuite
make distcheck gets confused what is in srcdir and what is in
topdir

Signed-off-by: Craig Small <csmall@dropbear.xyz>
2021-02-24 20:41:38 +11:00

20 lines
508 B
Plaintext

#
# Testsuite for lib/fileutils program
#
set noarg "${topdir}lib/test_fileutils"
set test "without argument"
spawn $noarg
expect_pass "$test" "Hello, World!"
set badfd "${srcdir}/lib.test/fileutils_badfd.sh"
set test "test bad file descriptor"
spawn $badfd
expect_pass "$test" "test_fileutils: write error: Bad file descriptor"
set full "${srcdir}/lib.test/fileutils_full.sh"
set test "test no space left on device"
spawn $full
expect_pass "$test" "test_fileutils: write error: No space left on device"