summaryrefslogtreecommitdiffstats
path: root/test/types/exec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/types/exec.rb')
-rwxr-xr-xtest/types/exec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/types/exec.rb b/test/types/exec.rb
index 53d343010..305f27d56 100755
--- a/test/types/exec.rb
+++ b/test/types/exec.rb
@@ -144,7 +144,7 @@ class TestExec < Test::Unit::TestCase
file.retrieve
sum = file.state(:checksum)
- assert_equal(sum.is, sum.should)
+ assert(sum.insync?, "checksum is not in sync")
events = trans.evaluate.collect { |event|
event.event
}