Skip to content

Commit

Permalink
test: Debugging cli_test.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anadian committed Jun 7, 2020
1 parent 54e302d commit c58a125
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli_test.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
if [[ './source/main.js -Vhc' ]]; then
cli_test_stdout=`./source/main.js --input-regex-string 'pcre/(simple)? regex/replace/vim' -o`;
if [[ 'node source/main.js -Vhc' ]]; then
cli_test_stdout=`node source/main.js --input-regex-string 'pcre/(simple)? regex/replace/vim' -o`;
echo $cli_test_stdout
if [[ $cli_test_stdout == '\(simple\)\= regex' ]]; then
exit 0;
Expand Down

0 comments on commit c58a125

Please sign in to comment.