summaryrefslogtreecommitdiff
path: root/inttest
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2011-01-29 17:37:15 +0100
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2011-01-29 17:37:15 +0100
commitb18194e24d9b764bcd912ac87c2132a6c3866a21 (patch)
treeb0135e904db05a3a35c150c912fe8d96f0593972 /inttest
parent0e729bf90e64a00bd8915e227d83f82877038e9e (diff)
Fix file existence checks
Diffstat (limited to 'inttest')
-rw-r--r--inttest/tdeps1/tdeps1_rt.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/inttest/tdeps1/tdeps1_rt.erl b/inttest/tdeps1/tdeps1_rt.erl
index 5eb831d..690e273 100644
--- a/inttest/tdeps1/tdeps1_rt.erl
+++ b/inttest/tdeps1/tdeps1_rt.erl
@@ -33,7 +33,7 @@ run(Dir) ->
{ok, _} = retest_sh:run("./rebar get-deps compile", []),
- true = filelib:is_file("ebin/a.beam"),
+ true = filelib:is_regular("ebin/a.beam"),
ok.