Sfoglia il codice sorgente

Fix test dir name

master
Arun Prakash Jana 7 anni fa
parent
commit
95a3e0fca4
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: A75979F35C080412
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +2
    -2
      scripts/test/mktest.sh

+ 2
- 2
scripts/test/mktest.sh Vedi File

@@ -2,8 +2,8 @@

# Create test files and directories

test -e test && {
echo "Remove test and try again"
test -e outdir && {
echo "Remove 'outdir' and try again"
exit 1
}



Loading…
Annulla
Salva