Skip to content

Commit

Permalink
remove bad test
Browse files Browse the repository at this point in the history
  • Loading branch information
joehand committed Jan 5, 2017
1 parent db47545 commit 005380d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/snapshot.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ test('snapshot - errors on existing archive', function (t) {
var cmd = dat + ' snapshot'
var st = spawn(t, cmd, {cwd: fixtures})

st.stdout.empty()
// st.stdout.empty() Sometimes init statement is getting printed, causing failure
st.stderr.match(function (output) {
t.ok(output.indexOf('cannot overwrite') > -1, 'cannot overwrite error')
st.kill()
Expand Down

0 comments on commit 005380d

Please sign in to comment.