Skip to content

Commit

Permalink
[test suite] bug fix to ensure file vs. dir detection works for exist…
Browse files Browse the repository at this point in the history
…ing file
  • Loading branch information
mrash committed Jun 12, 2023
1 parent c50d12d commit c3a41a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/basic_operations.pl
Expand Up @@ -2956,7 +2956,7 @@
'KEY testtest'
],
'server_conf_file' => [
'FWKNOP_RUN_DIR ' . cwd() . "/$cf{'def'}"
'FWKNOP_RUN_DIR ' . $cf{'def'}
],
'positive_output_matches' => [qr/NOT a directory/],
},
Expand Down

0 comments on commit c3a41a4

Please sign in to comment.