sandboxos => tildefriends
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@3157 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
9
tests/09-this
Executable file
9
tests/09-this
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
cat > test.js << EOF
|
||||
var task = new Task();
|
||||
task.activate.bind(null).apply();
|
||||
exit(0);
|
||||
EOF
|
||||
|
||||
$SANDBOXOS test.js
|
Reference in New Issue
Block a user