Skip to content

Commit

Permalink
Remove subdirectories in test directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
flatheadmill committed Jun 27, 2016
1 parent 7cfa665 commit 45f72f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion t/test
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

echo ""

(proof run t/*/*.t.js | tee .proof.out | proof progress) || (proof errors < .proof.out) || exit 1
(proof run t/*.t.js | tee .proof.out | proof progress) || (proof errors < .proof.out) || exit 1

if [ "$TRAVIS" = "true" ]; then
echo ""
Expand Down
2 changes: 1 addition & 1 deletion t/staccato/write.t.js → t/write.t.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ proof(3, cadence(prove))

function prove (async, assert) {
var mkdirp = require('mkdirp'),
Staccato = require('../..'),
Staccato = require('..'),
staccato
var cleanup = cadence(function (async) {
var rimraf = require('rimraf')
Expand Down

0 comments on commit 45f72f0

Please sign in to comment.