From 9cd8eee20e644a4afe531ee937cdad30dc8f88bb Mon Sep 17 00:00:00 2001
From: bdr7fv <bdr7fv@git.zephyr-software.com>
Date: Thu, 13 Jun 2013 01:29:26 +0000
Subject: [PATCH] I am adding a softlink bunzip2 to reference bzip2, I don't
 know if this will work in the repo, but I'm giving it a shot.

Former-commit-id: eae8b1c892c2b87b1a188797dede31d86cfc2cb3
---
 .gitattributes | 1 +
 tests/bunzip2  | 1 +
 2 files changed, 2 insertions(+)
 create mode 120000 tests/bunzip2

diff --git a/.gitattributes b/.gitattributes
index e11c8105c..d03207470 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 000000000..101e55638
--- /dev/null
+++ b/tests/bunzip2
@@ -0,0 +1 @@
+bzip2/
\ No newline at end of file
-- 
GitLab