diff options
| author | Alexander Potashev <[email protected]> | 2019-07-16 15:06:34 +0300 |
|---|---|---|
| committer | Alexander Potashev <[email protected]> | 2019-07-16 15:06:34 +0300 |
| commit | 0e16dbc78b7f92418f4787871cd628975fccd01e (patch) | |
| tree | 106a4cbfb8dcce2abb62ba2f746e94c4f704489a /src/settings/services/test | |
| parent | a001c392296586ae7295563936c8642a60aa4813 (diff) | |
| parent | f523585f1be5cf2aca70d2e3b13dff7f05ffa2a1 (diff) | |
Merge branch 'Applications/19.08'
Diffstat (limited to 'src/settings/services/test')
| -rw-r--r-- | src/settings/services/test/service_menu_deinstallation_test.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/settings/services/test/service_menu_deinstallation_test.rb b/src/settings/services/test/service_menu_deinstallation_test.rb index 1c9856d94..4017e8ee0 100644 --- a/src/settings/services/test/service_menu_deinstallation_test.rb +++ b/src/settings/services/test/service_menu_deinstallation_test.rb @@ -44,10 +44,14 @@ class ServiceMenuDeinstallationTest < Test::Unit::TestCase FileUtils.mkpath(archive_dir) File.write("#{archive_dir}/deinstall.sh", <<-DEINSTALL_SH) #!/bin/sh +set -e +cat deinstall.sh touch #{@tmpdir}/deinstall.sh-run DEINSTALL_SH File.write("#{archive_dir}/install.sh", <<-INSTALL_SH) #!/bin/sh +set -e +cat install.sh touch #{@tmpdir}/install.sh-run INSTALL_SH |
