diff --git a/test/fixtures/rsif.pike b/test/fixtures/rsif.pike deleted file mode 100755 index 5cf1d632..00000000 --- a/test/fixtures/rsif.pike +++ /dev/null @@ -1,22 +0,0 @@ -#! /usr/bin/env pike -// -*- pike -*- $Id$ -#pike __REAL_VERSION__ - -inherit Tools.Standalone.process_files; -string version = ("$Revision$"/" ")[1]; -string description = "Replaces strings in files."; -string usage = #"[options] - -rsif (\"replace string in file\") replaces all occurrences of the -string with the string in listed files. The name of the -files that were changed are written to stdout. Directories may be -given instead of files, in which case all the files in that directory -will be processed. Available options: -" + default_flag_docs; - -int want_args = 2; - -string process( string input, string from, string to ) { - if( has_value( input, from ) ) - return replace( input, from, to ); -} diff --git a/test/test_blob.rb b/test/test_blob.rb index 38d4b31c..ce2df0ec 100644 --- a/test/test_blob.rb +++ b/test/test_blob.rb @@ -444,9 +444,6 @@ class TestBlob < Test::Unit::TestCase # XML assert_equal Language['XSLT'], blob("test.xslt").language - - # Pike: http://pike.ida.liu.se/ - assert_equal Language['Pike'], blob("rsif.pike").language end def test_lexer