Blame tests/p_coreutils/pathchk.sh
|
Alice Kaerast |
a5b9f7 |
#!/bin/bash
|
|
Alice Kaerast |
a5b9f7 |
# Author: Alice Kaerast <alice@kaerast.info>
|
|
Alice Kaerast |
a5b9f7 |
t_Log "$0 testing pathchk gives good results"
|
|
Alice Kaerast |
a5b9f7 |
pathchk -p "<>" 2> /dev/null
|
|
Alice Kaerast |
a5b9f7 |
test $? -eq 1 && pathchk /var/tmp/1234567890123456789012345123456789012345678901234512345678901234567890123451234567890123456789012345123456789012345678901234512345678901234567890123451234567890123456789012345123456789012345678901234512345678901234567890123451234567890123456789012345123456 2> /dev/null
|
|
Alice Kaerast |
a5b9f7 |
test $? -eq 1 && pathchk /var/tmp
|
|
Alice Kaerast |
a5b9f7 |
t_CheckExitStatus $?
|