summaryrefslogtreecommitdiff
path: root/test/TEST-69-SHUTDOWN
diff options
context:
space:
mode:
Diffstat (limited to 'test/TEST-69-SHUTDOWN')
-rwxr-xr-xtest/TEST-69-SHUTDOWN/test.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/TEST-69-SHUTDOWN/test.sh b/test/TEST-69-SHUTDOWN/test.sh
index 7bd285d65b..dd7b8998b5 100755
--- a/test/TEST-69-SHUTDOWN/test.sh
+++ b/test/TEST-69-SHUTDOWN/test.sh
@@ -26,9 +26,9 @@ test_append_files() {
# prevent shutdown in test suite, the expect script does that manually.
rm "${workspace:?}/usr/lib/systemd/tests/testdata/units/end.service"
inst /usr/bin/screen
- echo "PS1='screen\$WINDOW # '" >"$workspace/etc/bash.bashrc"
+ echo "PS1='screen\$WINDOW # '" >>"$workspace/root/.bashrc"
echo 'startup_message off' >"$workspace/etc/screenrc"
- echo 'bell_msg ""' >>"$1/etc/screenrc"
+ echo 'bell_msg ""' >>"$workspace/etc/screenrc"
}
do_test "$@"