Skip to content

Commit

Permalink
Fix prompts for files edit system tests
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Johnson <timothy.johnson@broadcom.com>
  • Loading branch information
t1m0thyj committed Jul 26, 2023
1 parent 07d8f51 commit 6dfff17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

echo done | zowe files edit ds "$1" --editor cat
echo y | zowe files edit ds "$1" --editor cat
if [ $? -gt 0 ]
then
exit $?
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

echo done | zowe files edit uss "$1" --editor cat
echo y | zowe files edit uss "$1" --editor cat
if [ $? -gt 0 ]
then
exit $?
Expand Down

0 comments on commit 6dfff17

Please sign in to comment.