代码搜索:Test
找到约 10,000 项符合「Test」的源代码
代码结果 10,000
www.eeworm.com/read/351829/10605039
test missing.test
$ rm -rf d
$ mkdir -p d/patches
$ cd d
$ cat > patches/series
< missing1.diff
< missing2.diff
$ quilt push -qa
> Applying patch patches/missing1.diff
> Patch patches/missing1.diff does not
www.eeworm.com/read/351829/10605042
test setup.test
$ rm -rf d
$ mkdir -p d/dir
$ cd d
$ echo 1 > dir/foo.orig
$ echo 2 > dir/foo
$ diff -u dir/foo.orig dir/foo > foo.diff
$ mv dir/foo.orig dir/foo
$ tar cf - dir | gzip > dir.tar.gz
$ rm -rf dir
$ cat
www.eeworm.com/read/351829/10605047
test remove.test
$ rm -rf d
$ mkdir -p d/patches
$ cd d
$ echo f1 > f
$ echo g1 > g
$ quilt new p.diff
> Patch patches/p.diff is now on top
$ quilt add f g h
> File f added to patch patches/p.diff
> File g
www.eeworm.com/read/351829/10605050
test delete.test
Test the delete command.
$ rm -rf d
$ mkdir -p d/patches
$ cd d
$ quilt delete
> No patches in series
$ cat > test.txt
< Calling pci_match_id() would be more feasible.
$ quilt new test1
>
www.eeworm.com/read/351829/10605055
test edit.test
$ rm -rf d
$ mkdir -p d/patches d/subdir
$ cd d
$ cat > editor
< #! /bin/sh
< echo Editing $1
< sed -e 's:foo:bar:' $1 > $1.new
< mv $1.new $1
$ chmod +x editor
$ export EDITOR=%PWD/editor
$ quilt n
www.eeworm.com/read/351829/10605059
test applied.test
$ rm -rf d
$ mkdir -p d/patches
$ cd d
$ echo a > a
$ echo b > b
$ diff -u a b > patches/patch
$ echo patch -p0 > patches/series
$ rm -f b
$ quilt push -q
> Applying patch patches/patch
>
www.eeworm.com/read/351829/10605064
test annotate.test
$ rm -rf d
$ mkdir -p d/patches
$ cd d
$ cat > foo
< foo
< bar
< baz
$ quilt new patch
> Patch patches/patch is now on top
$ quilt add foo
> File foo added to patch patches/patch
$ se
www.eeworm.com/read/351829/10605067
test merge.test
Test the patch merging functionality of `quilt diff'.
$ rm -rf d
$ mkdir -p d/patches
$ cd d
$ cat > abc.txt
< a
< b
< c
$ cat > patches/series
< a.diff
< b.diff
< c.diff
$ cat > patch
www.eeworm.com/read/351825/10605304
inp test.inp
www.eeworm.com/read/351825/10605357