diff --git a/test/test_mips_cpu_harvard.sh b/test/test_mips_cpu_harvard.sh index 980dbdf..eabb1c1 100755 --- a/test/test_mips_cpu_harvard.sh +++ b/test/test_mips_cpu_harvard.sh @@ -1,7 +1,7 @@ #!/bin/bash SRC_DIR=${1?Error: no source directory given in argument}; -SRC=$(find ./${SRC_DIR}/*); +SRC=$(find ${SRC_DIR}/*); SRC_TEMP=""; for src in ${SRC} do