mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Spawn a program that segfaults for testing
This commit is contained in:
parent
ad76a7be57
commit
892c7c850a
|
@ -20,3 +20,6 @@ mkfifo mk-fifo
|
||||||
touch no-access && chmod 000 no-access
|
touch no-access && chmod 000 no-access
|
||||||
ln -s ../normal.txt normal-dir/ln-normal.txt
|
ln -s ../normal.txt normal-dir/ln-normal.txt
|
||||||
ln -s ../normal.txt normal-dir/ln-normal
|
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…
Reference in a new issue