##// END OF EJS Templates
test-acl: mock up util.getuser() to trust $LOGNAME on Windows...
test-acl: mock up util.getuser() to trust $LOGNAME on Windows The test relies on POSIX-like getuser() behavior, so we can't use windows.getuser().

File last commit:

r35623:45a81636 default
r36524:74c033b9 default
Show More
test-check-jshint.t
11 lines | 250 B | text/troff | Tads3Lexer
#require test-repo jshint hg10
$ . "$TESTDIR/helpers-testrepo.sh"
run jshint on all tracked files ending in .js except vendored dependencies
$ cd "`dirname "$TESTDIR"`"
$ testrepohg locate 'set:**.js' \
> 2>/dev/null \
> | xargs jshint