Sign in
googlers
/
jrn
/
git
/
63d89fbce11c358ab73bdbb0d36919a454b2f5a6
/
.
/
t
/
t4050-diff-histogram.sh
blob: fd3e86a74f3d92d837e2557236776400687f7a5d [
file
] [
log
] [
blame
]
Tay Ray Chuan
8c912ee
2011-07-12 14:10:25 +0800
[
diff
] [
blame
]
1
#!/bin/sh
2
3
test_description
=
'histogram diff algorithm'
4
5
.
./
test
-
lib
.
sh
6
.
"$TEST_DIRECTORY"
/
lib
-
diff
-
alternative
.
sh
7
8
test_diff_frobnitz
"histogram"
9
10
test_diff_unique
"histogram"
11
12
test_done