Fixed a segfault I noticed related to require and shutdown.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3292 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2016-07-31 15:07:08 +00:00
parent 085b44752a
commit 313efbe2d6
3 changed files with 41 additions and 1 deletions

10
tests/12-exit Normal file
View File

@ -0,0 +1,10 @@
#!/bin/bash
cat > blah.js << EOF
EOF
cat > test.js << EOF
require("blah");
EOF
$TILDEFRIENDS test.js