diff options
author | Paul Joseph Davis <davisp@apache.org> | 2011-05-17 23:14:25 +0000 |
---|---|---|
committer | Paul Joseph Davis <davisp@apache.org> | 2011-05-17 23:14:25 +0000 |
commit | aea9ddf21eedc566afa01892778081425fc131ac (patch) | |
tree | beb2bb8ba5f914316243fc4d8b61d5b217ce4ecb /test/etap/172-os-daemon-errors.t | |
parent | d618f75fe229d6ca4ebe24822ba498baf80278dc (diff) |
Backported os daemon tests from trunk.
This reduces the chance that these tests fail due to
timing differences by avoding booting of an Erlang
VM as an os daemon.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1104622 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/etap/172-os-daemon-errors.t')
-rwxr-xr-x | test/etap/172-os-daemon-errors.t | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/etap/172-os-daemon-errors.t b/test/etap/172-os-daemon-errors.t index 287a0812..bde5c6ff 100755 --- a/test/etap/172-os-daemon-errors.t +++ b/test/etap/172-os-daemon-errors.t @@ -30,16 +30,16 @@ config_files() -> ]). bad_perms() -> - test_util:source_file("test/etap/172-os-daemon-errors.1.es"). + test_util:source_file("test/etap/172-os-daemon-errors.1.sh"). die_on_boot() -> - test_util:source_file("test/etap/172-os-daemon-errors.2.es"). + test_util:source_file("test/etap/172-os-daemon-errors.2.sh"). die_quickly() -> - test_util:source_file("test/etap/172-os-daemon-errors.3.es"). + test_util:source_file("test/etap/172-os-daemon-errors.3.sh"). can_reboot() -> - test_util:source_file("test/etap/172-os-daemon-errors.4.es"). + test_util:source_file("test/etap/172-os-daemon-errors.4.sh"). main(_) -> test_util:init_code_path(), |