mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
Fix test dir name
This commit is contained in:
parent
8d7a56cbaa
commit
95a3e0fca4
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
# Create test files and directories
|
# Create test files and directories
|
||||||
|
|
||||||
test -e test && {
|
test -e outdir && {
|
||||||
echo "Remove test and try again"
|
echo "Remove 'outdir' and try again"
|
||||||
exit 1
|
exit 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue