aboutsummaryrefslogtreecommitdiff
path: root/test/test.sh
diff options
context:
space:
mode:
authorenricotenuti <tenutz_27@outlook.it>2024-08-08 15:39:37 +0200
committerenricotenuti <tenutz_27@outlook.it>2024-08-08 15:39:37 +0200
commit4e7906014664ba878a8a7b5b3d30124234900dc0 (patch)
tree8550d254e62620f7fe6f7d9d498d0362e64c3706 /test/test.sh
parentc92122402bc82fb23c9021364f47c8f67455f81f (diff)
downloadnissy-core-4e7906014664ba878a8a7b5b3d30124234900dc0.tar.gz
nissy-core-4e7906014664ba878a8a7b5b3d30124234900dc0.zip
spaces fix
Diffstat (limited to '')
-rwxr-xr-xtest/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test.sh b/test/test.sh
index 4325c91..ce120eb 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -12,7 +12,7 @@ for t in test/*; do
12 continue 12 continue
13 fi 13 fi
14 14
15 # Verifica se $t รจ una directory e se il suo nome inizia con tre cifre 15 # Verify if $t is a directory and if its name starts with three digits
16 if [ -d "$t" ] && echo "$(basename "$t")" | grep -Eq '^[0-9]{3}'; then 16 if [ -d "$t" ] && echo "$(basename "$t")" | grep -Eq '^[0-9]{3}'; then
17 $CC -o $TESTBIN $t/*.c $CUBEOBJ || exit 1 17 $CC -o $TESTBIN $t/*.c $CUBEOBJ || exit 1
18 for cin in $t/*.in; do 18 for cin in $t/*.in; do

Generated with cgit - Back to sebastiano.tronto.net