]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-sourceslist-arch-plusminus-options
Allow lowering trust level of a hash via config
[apt.git] / test / integration / test-sourceslist-arch-plusminus-options
index dbefff87beb06b8968a6d3f8f65f274e5886ecef..0ce4aa9f1c35f9a6bd5023f263f415c1c9e33025 100755 (executable)
@@ -73,7 +73,7 @@ echo 'deb [arch-=mips,hurd-powerpc,i386] http://example.org/debian stable rocks'
 testbinaries 'arch-=foreign,unknown,foreign' 'amd64' 'armel' 'armhf' 'mipsel' 'all'
 
 echo 'deb [arch=mips,i386 arch-=mips] http://example.org/debian stable rocks' > rootdir/etc/apt/sources.list
-testbinaries 'substract from a arch-set' 'i386' 'all'
+testbinaries 'subtract from a arch-set' 'i386' 'all'
 
 echo 'deb [arch=mips,i386 arch-=mips] http://example.org/debian stable rocks' > rootdir/etc/apt/sources.list
 testbinaries 'useless subtract from a arch-set' 'i386' 'all'