mirror of
https://github.com/jarun/nnn.git
synced 2025-04-20 04:15:02 +00:00
Spawn a program that segfaults for testing
This commit is contained in:
parent
ad76a7be57
commit
892c7c850a
1 changed files with 3 additions and 0 deletions
|
@ -20,3 +20,6 @@ mkfifo mk-fifo
|
|||
touch no-access && chmod 000 no-access
|
||||
ln -s ../normal.txt normal-dir/ln-normal.txt
|
||||
ln -s ../normal.txt normal-dir/ln-normal
|
||||
echo 'int main(void) { *((char *)0) = 0; }' > ill.c
|
||||
make ill > /dev/null
|
||||
echo 'test/ill' > ill.sh
|
||||
|
|
Loading…
Add table
Reference in a new issue