Fixed pathnames in some testcases
[mono.git] / mcs / class / Microsoft.VisualBasic / Test / standalone / 5258.vb
index 4fde4c10c990c8d3629cb13f7fc420f894462c56..0edcba6396e38ee058e4b3dc0d546e0d930fa346 100644 (file)
@@ -29,7 +29,7 @@ Public Class TestClass
        Public Function Test() As String
                'Begin Code
                        dim result as String
-                       FileOpen (1, "5258.txt", OpenMode.Input)
+                       FileOpen (1, "./data/5258.txt", OpenMode.Input)
                        result = LineInput (1)
                        result = LineInput (1)
                        Try