Lines Matching +full:working +full:- +full:directory
1 var common = require('../common-tap.js')
11 test('npm version <semver> with working directory not clean', function (t) {
22 var child2 = spawn(git, ['commit', 'package.json', '-m', 'init'])
40 t.fail('should fail on non-clean working directory')
42 t.ok(err.message.match(/Git working directory not clean./))
54 test('npm version <semver> --force with working directory not clean', function (t) {
57 '--force',
58 '--no-sign-git-commit',
59 '--no-sign-git-tag',
60 '--registry', common.registry,
61 '--prefix', pkg,
68 t.notOk(code, 'exited with a non-error code')
74 return !line.indexOf('using --force')