diff options
author | Jinkun Jang <jinkun.jang@samsung.com> | 2013-03-12 15:09:40 +0900 |
---|---|---|
committer | Jinkun Jang <jinkun.jang@samsung.com> | 2013-03-12 15:09:40 +0900 |
commit | 59065705bdca510fb850261ae46f4a52e76f2613 (patch) | |
tree | 14d65da580f600c41604d3ed5c3de404ad2c2326 /testdir | |
parent | b304257c85ba8410eeb7e16efd38dc7cbae1fc8c (diff) | |
download | fdupes-tizen_2.1.tar.gz fdupes-tizen_2.1.tar.bz2 fdupes-tizen_2.1.zip |
Tizen 2.1 basesubmit/tizen_2.2/20130710.071128submit/tizen_2.1/20130423.102839accepted/tizen_2.1/20130423.1516332.2_release2.2.1_release2.1b_releasetizen_2.2tizen_2.1
Diffstat (limited to 'testdir')
-rw-r--r-- | testdir/nine_upsidedown | 1 | ||||
-rw-r--r-- | testdir/recursed_a/five | 1 | ||||
-rw-r--r-- | testdir/recursed_a/one | 1 | ||||
-rw-r--r-- | testdir/recursed_a/two | 1 | ||||
-rw-r--r-- | testdir/recursed_b/four | 1 | ||||
-rw-r--r-- | testdir/recursed_b/one | 1 | ||||
-rw-r--r-- | testdir/recursed_b/three | 1 | ||||
-rw-r--r-- | testdir/recursed_b/two_plus_one | 1 | ||||
l--------- | testdir/symlink_dir | 1 | ||||
l--------- | testdir/symlink_two | 1 | ||||
-rw-r--r-- | testdir/twice_one | 1 | ||||
-rw-r--r-- | testdir/two | 1 | ||||
-rw-r--r-- | testdir/with spaces a | 1 | ||||
-rw-r--r-- | testdir/with spaces b | 1 | ||||
-rw-r--r-- | testdir/zero_a | 0 | ||||
-rw-r--r-- | testdir/zero_b | 0 |
16 files changed, 14 insertions, 0 deletions
diff --git a/testdir/nine_upsidedown b/testdir/nine_upsidedown new file mode 100644 index 0000000..ffe2fce --- /dev/null +++ b/testdir/nine_upsidedown @@ -0,0 +1 @@ +six diff --git a/testdir/recursed_a/five b/testdir/recursed_a/five new file mode 100644 index 0000000..54f9d6d --- /dev/null +++ b/testdir/recursed_a/five @@ -0,0 +1 @@ +five diff --git a/testdir/recursed_a/one b/testdir/recursed_a/one new file mode 100644 index 0000000..5626abf --- /dev/null +++ b/testdir/recursed_a/one @@ -0,0 +1 @@ +one diff --git a/testdir/recursed_a/two b/testdir/recursed_a/two new file mode 100644 index 0000000..f719efd --- /dev/null +++ b/testdir/recursed_a/two @@ -0,0 +1 @@ +two diff --git a/testdir/recursed_b/four b/testdir/recursed_b/four new file mode 100644 index 0000000..8510665 --- /dev/null +++ b/testdir/recursed_b/four @@ -0,0 +1 @@ +four diff --git a/testdir/recursed_b/one b/testdir/recursed_b/one new file mode 100644 index 0000000..5626abf --- /dev/null +++ b/testdir/recursed_b/one @@ -0,0 +1 @@ +one diff --git a/testdir/recursed_b/three b/testdir/recursed_b/three new file mode 100644 index 0000000..2bdf67a --- /dev/null +++ b/testdir/recursed_b/three @@ -0,0 +1 @@ +three diff --git a/testdir/recursed_b/two_plus_one b/testdir/recursed_b/two_plus_one new file mode 100644 index 0000000..2bdf67a --- /dev/null +++ b/testdir/recursed_b/two_plus_one @@ -0,0 +1 @@ +three diff --git a/testdir/symlink_dir b/testdir/symlink_dir new file mode 120000 index 0000000..895d79b --- /dev/null +++ b/testdir/symlink_dir @@ -0,0 +1 @@ +recursed_a
\ No newline at end of file diff --git a/testdir/symlink_two b/testdir/symlink_two new file mode 120000 index 0000000..64c5e58 --- /dev/null +++ b/testdir/symlink_two @@ -0,0 +1 @@ +two
\ No newline at end of file diff --git a/testdir/twice_one b/testdir/twice_one new file mode 100644 index 0000000..f719efd --- /dev/null +++ b/testdir/twice_one @@ -0,0 +1 @@ +two diff --git a/testdir/two b/testdir/two new file mode 100644 index 0000000..f719efd --- /dev/null +++ b/testdir/two @@ -0,0 +1 @@ +two diff --git a/testdir/with spaces a b/testdir/with spaces a new file mode 100644 index 0000000..9502d6c --- /dev/null +++ b/testdir/with spaces a @@ -0,0 +1 @@ +with spaces diff --git a/testdir/with spaces b b/testdir/with spaces b new file mode 100644 index 0000000..9502d6c --- /dev/null +++ b/testdir/with spaces b @@ -0,0 +1 @@ +with spaces diff --git a/testdir/zero_a b/testdir/zero_a new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/testdir/zero_a diff --git a/testdir/zero_b b/testdir/zero_b new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/testdir/zero_b |