1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-26 02:46:13 -04:00

Check if the test 'trash' directory could be entered

Original patch by Alex Riesen <raa.lkml@gmail.com> for GIT.
This commit is contained in:
Jonas Fonseca 2006-01-06 17:46:55 +01:00 committed by Jonas Fonseca
parent da9c03b278
commit c613339b45

View File

@ -162,4 +162,4 @@ test_done () {
test=trash
rm -fr "$test"
mkdir "$test"
cd "$test"
cd "$test" || error "Cannot setup test environment"