diff --git a/.gitattributes b/.gitattributes
index e11c8105cda3f993ccd0931d58df64ba65cd8f50..d0320747035cc1c280ad289521b06d7ec2f0f81f 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -116,6 +116,7 @@ stock_examples/Makefile -text
 stock_examples/bzip2.stock -text
 stock_examples/xpdf.stock -text
 stock_examples/xpdfsrc.stock -text
+tests/bunzip2 -text
 tests/bzip2/data/compression_input1 -text
 tests/bzip2/data/decompression_input1 -text
 tests/bzip2/test_script.sh -text
diff --git a/tests/bunzip2 b/tests/bunzip2
new file mode 120000
index 0000000000000000000000000000000000000000..101e5563895e24e8aa6197819e45d2ca37dc5341
--- /dev/null
+++ b/tests/bunzip2
@@ -0,0 +1 @@
+bzip2/
\ No newline at end of file