summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-10-18 19:54:16 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-10-18 19:54:16 +0000
commite3b4f234a39f264b488c80fd526fe820a09fc16c (patch)
tree645bf43d3182457c2db7ad5a7cfa5984db81c397 /test
parent07f616badf4e067000fa5d49c2698b8b6b5a7609 (diff)
Another round of bugfixing, including finding out that the tagmail report was leaving zombie processes lying around
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1816 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test')
-rwxr-xr-xtest/other/transactions.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/other/transactions.rb b/test/other/transactions.rb
index baf25aab5..ee4b901cb 100755
--- a/test/other/transactions.rb
+++ b/test/other/transactions.rb
@@ -265,6 +265,8 @@ class TestTransactions < Test::Unit::TestCase
file[:check] = check
file[:group] = @groups[0]
+ assert_apply(file)
+
@@tmpfiles << execfile
component = newcomp("both",file,exec)
@@ -285,7 +287,7 @@ class TestTransactions < Test::Unit::TestCase
file[:mode] = "755"
}
- trans = assert_events([:file_changed, :file_changed, :triggered], component)
+ trans = assert_events([:file_changed, :triggered], component)
assert(FileTest.exists?(execfile), "Execfile does not exist")
File.unlink(execfile)