aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn S. Urban <urbanjost@comcast.net>2021-06-18 02:18:14 -0400
committerJohn S. Urban <urbanjost@comcast.net>2021-06-18 02:18:14 -0400
commit21c6fe6098fe83cb9e3f93983c9339e0fc8d5758 (patch)
treee780354903bee004157a97b1f7cb583baca93a6a /test
parentbcde251cb03d973914d87abe633351285594b068 (diff)
downloadfpm-21c6fe6098fe83cb9e3f93983c9339e0fc8d5758.tar.gz
fpm-21c6fe6098fe83cb9e3f93983c9339e0fc8d5758.zip
change test to match
Diffstat (limited to 'test')
-rw-r--r--test/cli_test/cli_test.f904
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cli_test/cli_test.f90 b/test/cli_test/cli_test.f90
index d979f1a..e23afde 100644
--- a/test/cli_test/cli_test.f90
+++ b/test/cli_test/cli_test.f90
@@ -53,7 +53,7 @@ character(len=*),parameter :: tests(*)= [ character(len=256) :: &
'CMD="run proj1 p2 project3 --profile debug", NAME="proj1","p2","project3",profile="debug",', &
'CMD="run proj1 p2 project3 --profile release", NAME="proj1","p2","project3",profile="release",', &
'CMD="run proj1 p2 project3 --profile release -- arg1 -x ""and a long one""", &
- &NAME="proj1","p2","project3",profile="release",ARGS="""arg1"" -x ""and a long one""", ', &
+ &NAME="proj1","p2","project3",profile="release",ARGS="""arg1"" ""-x"" ""and a long one""", ', &
'CMD="test", ', &
'CMD="test my_project", NAME="my_project", ', &
@@ -61,7 +61,7 @@ character(len=*),parameter :: tests(*)= [ character(len=256) :: &
'CMD="test proj1 p2 project3 --profile debug", NAME="proj1","p2","project3",profile="debug",', &
'CMD="test proj1 p2 project3 --profile release", NAME="proj1","p2","project3",profile="release",', &
'CMD="test proj1 p2 project3 --profile release -- arg1 -x ""and a long one""", &
- &NAME="proj1","p2","project3",profile="release" ARGS="""arg1"" -x ""and a long one""", ', &
+ &NAME="proj1","p2","project3",profile="release" ARGS="""arg1"" ""-x"" ""and a long one""", ', &
'CMD="build", NAME= profile="",ARGS="",', &
'CMD="build --profile release", NAME= profile="release",ARGS="",', &