Explorar el Código

build(vhs): fix typo

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
Christina Sørensen hace 2 años
padre
commit
eaad191ec0
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      tests/vhs-runner.sh

+ 2 - 2
tests/vhs-runner.sh

@@ -5,7 +5,7 @@ set TAPES "$TEST_DIR/tapes"
 set REFERENCES "$TEST_DIR\/references"
 set TEMP "$TEST_DIR\/tmp"
 
-function run_test -d "Run VHS tests" -a NAME
+function run_test -d "Run VHS test" -a NAME
 
     set NAME_TAPE "$NAME.tape"
 
@@ -19,7 +19,7 @@ function run_test -d "Run VHS tests" -a NAME
     cmp -s -- $REFERENCES/$NAME.txt $TEMP/$NAME.txt && echo $SUCCESS || echo $FAILURE
 end
 
-function gen_test -d "Generate VHS tests" -a NAME
+function gen_test -d "Generate VHS test" -a NAME
     set NAME_TAPE "$NAME.tape"
 
     set SUCCESS "[+] $NAME: Success"